Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/66 - Text to Speech Converter/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/66 - Text to Speech Converter/index.html
406 Views
0 Comments
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Text to Speech Converter</title>
<
main.js /cody/swapnilsparsh/30DaysOfJavaScript/66 - Text to Speech Converter/main.js
221 Views
0 Comments

const textarea = document.querySelector("textarea"),
voiceList = document.querySelector("select"),
speechButton = document.quer
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/66 - Text to Speech Converter/styles.css
185 Views
0 Comments

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

*{
box-sizing: border-box